sync.Pool.getSlow (method)

2 uses

	sync (current package)
		pool.go#L144: 			x = p.getSlow(pid)
		pool.go#L160: func (p *Pool) getSlow(pid int) any {